Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
トランザクションに (json で) コメントを追加しようとしていますが、このエラーが発生し続けます:「エラー: 値は obj 型で、int が必要です」
bitcoind move acc1 acc2 0.00000002 '{"test":"hi"}'
minconf=1引数の値がありませんでした(つまり、1 が必要でした):
minconf=1
bitcoind move acc1 acc2 0.00000002 1 '{"test":"hi"}'