We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 120ddf6 commit 4e331f2Copy full SHA for 4e331f2
1 file changed
src/multichain/command/RAWTransactionCommand.java
@@ -630,8 +630,8 @@ public TransactionRAW getRAWTransactionWithoutDetail(String txid) throws Multich
630
* @return
631
* @throws MultichainException
632
*/
633
- public String sendRawTransaction(String hexString) throws MultichainException {
634
- return sendRawTransaction(hexString);
+ public Object sendRawTransaction(String hexString) throws MultichainException {
+ return executeSendRawTransaction(hexString);
635
}
636
637
/**
0 commit comments