Skip to content

Commit 4e331f2

Browse files
author
Erik Lenoir
committed
fix bug
1 parent 120ddf6 commit 4e331f2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/multichain/command/RAWTransactionCommand.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -630,8 +630,8 @@ public TransactionRAW getRAWTransactionWithoutDetail(String txid) throws Multich
630630
* @return
631631
* @throws MultichainException
632632
*/
633-
public String sendRawTransaction(String hexString) throws MultichainException {
634-
return sendRawTransaction(hexString);
633+
public Object sendRawTransaction(String hexString) throws MultichainException {
634+
return executeSendRawTransaction(hexString);
635635
}
636636

637637
/**

0 commit comments

Comments
 (0)