Login
Register
All Activity
Questions
Unanswered
Tags
Users
Ask a Question
Welcome to the Developer Q&A for the
MultiChain
blockchain platform.
Please feel free to ask questions about the platform to receive answers from the MultiChain developers or other members of the community.
Related questions
Github transaction filter example: Approve Asset Transfer, I'm not able to understand this code?
publishmulti transaction was not signed properly
How to implement asset withdrawal from user's wallet?
Not able to complete signing of transaction for Multisignature address
sending or issuing asset as P2SH
3,903
questions
4,109
answers
5,176
comments
Most popular tags
multichain
streams
assets
stream
transactions
json-rpc
wallet
blockchain
permissions
error
address
raw-transactions
asset
mining
node
issue
api
multichain-explorer
connect
nodes
multichaind
multisig
transaction
smart-filters
metadata
private-key
multichain-cli
atomic-exchange
multichain-web-demo
data
web
connection
performance
database
json
storage
blocks
native-currency
demo
bitcoin
private-blockchain
network
fee
smart-contracts
signrawtransaction
wallets
exchange
getnewaddress
rpc
multiple-nodes
Transaction was not signed properly
+2
votes
Hi
I have created a blockchain on NODE -A and connected a new NODE - B on it.
A new address (ADDRESS-1) is created on NODE-B with the permission (connect, send, receive, mine, create, issue) by "getnewaddress" API
When doing a transaction, sending an asset from the admin address to ADDRESS-1 on NODE -B by 'createrawsendfrom' API, getting the following error.
But doing the same transaction on NODE - A, no issue is raising.
The new address is either from NODE- A NODE - B, then sending asset to an ADDRESS is not happening though there is permission.
code
:
-25
message
:
"
Transaction was not signed properly
"
Thanks in advance
multichain
raw-transactions
asset
asked
Jan 27
by
shivap17
Please
log in
or
register
to add a comment.
Please
log in
or
register
to answer this question.
1 Answer
0
votes
Make sure each node has the private keys for the addresses it wants to send transactions for.
answered
Jan 27
by
MultiChain
Please
log in
or
register
to add a comment.
...