From 300695059b7e93d60e1b458c435249ca3a43e8d4 Mon Sep 17 00:00:00 2001
From: Moul <moul@moul.re>
Date: Thu, 9 May 2019 23:25:42 +0200
Subject: [PATCH] [mod] tx.from_signed_raw: add docstring

---
 duniterpy/documents/transaction.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/duniterpy/documents/transaction.py b/duniterpy/documents/transaction.py
index 1efa6530..17a0eda8 100644
--- a/duniterpy/documents/transaction.py
+++ b/duniterpy/documents/transaction.py
@@ -650,6 +650,7 @@ Comment: {comment}
         Return a Transaction instance from a raw string format
 
         :param raw: Raw string format
+        :param time: time when the transaction enters the blockchain
 
         :return:
         """
-- 
GitLab