1 Corinthians 1: ²⁶For ye see your calling, brethren, how that not many wise men after the flesh, not many mighty, not many noble, are called: ²⁷but God hath chosen the foolish things of the world to confound the wise; and God hath chosen the weak things of the world to confound the things which are mighty; ²⁸and base things of the world, and things which are despised, hath God chosen, yea, and things which are not, to bring to nought things that are: ²⁹that no flesh should glory in his presence. ³⁰But of him are ye in Christ Jesus, who of God is made unto us wisdom, and righteousness, and sanctification, and redemption: ³¹that, according as it is written, He that glorieth, let him glory in the Lord.#74,894,204texttransfer100.pizza#71,342,763brc-20Inscription #65026749#65,026,749svgInscription #54263179#54,263,179htmlInscription #54259839#54,259,839htmlInscription #54257691#54,257,691htmlInscription #50483222#50,483,222webpInscription #50477438#50,477,438webpuse {super::*, ord::subcommand::wallet::outputs::Output}; #[test] fn outputs() { let rpc_server = test_bitcoincore_rpc::spawn(); create_wallet(&rpc_server); let coinbase_tx = &rpc_server.mine_blocks_with_subsidy(1, 1_000_000)[0].txdata[0]; let outpoint = OutPoint::new(coinbase_tx.txid(), 0); let amount = coinbase_tx.output[0].value; let output = CommandBuilder::new("wallet outputs") .rpc_server(&rpc_server) .run_and_deserialize_output::<Vec<Output>>(); assert_eq!(output[0].output, outpoint); assert_eq!(output[0].amount, amount); } #[test] fn outputs_includes_locked_outputs() { let rpc_server = test_bitcoincore_rpc::spawn(); create_wallet(&rpc_server); let coinbase_tx = &rpc_server.mine_blocks_with_subsidy(1, 1_000_000)[0].txdata[0]; let outpoint = OutPoint::new(coinbase_tx.txid(), 0); let amount = coinbase_tx.output[0].value; rpc_server.lock(outpoint); let output = CommandBuilder::new("wallet outputs") .rpc_server(&rpc_server) .run_and_deserialize_output::<Vec<Output>>();#44,999,192textInscription #44877954#44,877,954webpInscription #20927692#20,927,692webpInscription #20927185#20,927,185webpInscription #11453728#11,453,728webpInscription #11453225#11,453,225webpInscription #11440809#11,440,809webpInscription #11436109#11,436,109webpInscription #11434102#11,434,102webpInscription #11434096#11,434,096webpInscription #11412450#11,412,450webpInscription #11404757#11,404,757webpInscription #11404712#11,404,712webpInscription #11382828#11,382,828webpInscription #11374703#11,374,703webpInscription #11368831#11,368,831webpInscription #11367577#11,367,577webpInscription #11366114#11,366,114webpInscription #11365876#11,365,876webpInscription #11360721#11,360,721webpInscription #10081303#10,081,303pngInscription #9778949#9,778,949pngInscription #137158#137,158webp