mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-20 21:31:32 +03:00
naive: return signature for pending txs as hex-encoded string
This commit is contained in:
parent
b14b7d131e
commit
c4f8d6c672
@ -169,8 +169,11 @@
|
||||
::
|
||||
:- 'raw-tx'
|
||||
%- pairs
|
||||
:~ ['sig' (numb sig.raw-tx)]
|
||||
['tx' (tx:to-json tx.raw-tx)]
|
||||
:~ ['tx' (tx:to-json tx.raw-tx)]
|
||||
::
|
||||
:+ 'sig' %s
|
||||
%- crip
|
||||
"0x{((x-co:co (met 3 sig.raw-tx)) sig.raw-tx)}"
|
||||
== ==
|
||||
::
|
||||
++ tx
|
||||
|
Loading…
Reference in New Issue
Block a user